portableSql

Log10 Portable SQL Function

Syntax

Log10 as N (Number as N)

Arguments

NumberNumeric

A numeric field or value greater than 0.

Returns

resultNumeric

Returns the logarithm (base 10) for a number.

Description

Returns the logarithm (base 10) for a number.

Discussion

The Log10 function returns the logarithm (base 10) for a number. The Number should be greater than zero.

Log10() function executed on the Northwind Access database
SELECT FIRST 1 Log(1400) AS EXPR1 FROM Products
 = 7.24422751560335